configuration / chassis0 / slots / [SLOT-ID]

CLI REST-API

[gps180]

The submenu module (module) contains the following:

Menus:
info (info)
gps (GPS)
gnss (gnss)
tcr (TCR)
havequick (HaveQuick)
ppo (PPO)
mrs (mrs)
ssm (synchronization status message)
leapseconds (leapseconds)
satellites (satellites)
ports (ports)
io-ports (io-ports)

Objects:
refclk-version (Refclock File Version Number)
baudrate (Baudrate)
framing (Framing)
mode (Mode)
string-type (String Type)

Commands: none



See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/info
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/gps
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/gnss
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/tcr
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/havequick
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/ppo
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/mrs
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/ssm
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/leapseconds
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/satellites
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/ports
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/io-ports
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/refclk-version
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/baudrate
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/framing
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/mode
/configuration/chassis0/slots/[SLOT-ID]/[gps180]/module/string-type
/status/chassis0/slots/[SLOT-ID]/[gps180]/module

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module


Example using curl:
curl /api/configuration/chassis0/slots/.*/module


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module
-d "{
  \"objects\": \"new-values\"
}"